home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / src-server / Makefile < prev    next >
Encoding:
Makefile  |  1991-10-04  |  68.6 KB  |  1,633 lines

  1. # Makefile generated by imake - do not edit!
  2. # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
  3. #
  4. # The cpp used on this machine replaces all newlines and multiple tabs and
  5. # spaces in a macro expansion with a single space.  Imake tries to compensate
  6. # for this, but is not always successful.
  7. #
  8.  
  9. ###########################################################################
  10. # Makefile generated from "Imake.tmpl" and </tmp/IIf.a10434>
  11. # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
  12. #
  13. # Platform-specific parameters may be set in the appropriate .cf
  14. # configuration files.  Site-wide parameters may be set in the file
  15. # site.def.  Full rebuilds are recommended if any parameters are changed.
  16. #
  17. # If your C preprocessor doesn't define any unique symbols, you'll need
  18. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  19. # "make Makefile", "make Makefiles", or "make World").
  20. #
  21. # If you absolutely can't get imake to work, you'll need to set the
  22. # variables at the top of each Makefile as well as the dependencies at the
  23. # bottom (makedepend will do this automatically).
  24. #
  25.  
  26. # 59
  27.  
  28. # 66
  29.  
  30. # 73
  31.  
  32. # 87
  33.  
  34. # 94
  35.  
  36. # 101
  37.  
  38. # 108
  39.  
  40. # 115
  41.  
  42. # 123
  43.  
  44. # 131
  45.  
  46. # 140
  47.  
  48. # 147
  49.  
  50. # 156
  51.  
  52. # 160
  53.  
  54. # 179
  55.  
  56. # 188
  57.  
  58. ###########################################################################
  59. # platform-specific configuration parameters - edit hp.cf to change
  60.  
  61. # 17
  62.  
  63. # platform:  $XConsortium: hp.cf,v 1.24 89/12/10 11:57:02 rws Exp $
  64. # operating system:  HP-UX 7.0
  65.  
  66. # 59
  67.  
  68. # 65
  69.  
  70. # 69
  71.  
  72. ###########################################################################
  73. # site-specific configuration parameters - edit site.def to change
  74.  
  75. # site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
  76.  
  77. # 113
  78.  
  79. # 122
  80.  
  81. # 128
  82.  
  83. # 139
  84.  
  85. # 215
  86.  
  87. # 218
  88.  
  89. # 221
  90.  
  91. # 231
  92.  
  93. # 241
  94.  
  95. # 246
  96.  
  97. # 253
  98.  
  99. # 260
  100.  
  101. # 270
  102.  
  103. # 276
  104.  
  105. # 304
  106.  
  107. # 314
  108.  
  109. # 324
  110.  
  111. # 341
  112.  
  113. # 398
  114.  
  115. # 408
  116.  
  117. # 425
  118.  
  119. # 443
  120.  
  121. # 456
  122.  
  123. # 464
  124.  
  125. # 474
  126.  
  127. # 480
  128.  
  129. # 486
  130.  
  131. # 499
  132.  
  133. # 510
  134.  
  135. # 514
  136.  
  137. # 523
  138.  
  139. # 529
  140.  
  141. # 538
  142.  
  143. # 541
  144.  
  145.             SHELL = /bin/sh
  146.  
  147.               TOP = ../../../../mit
  148.       CURRENT_DIR = ./src-server
  149.  
  150.                AR = ar cq
  151.   BOOTSTRAPCFLAGS =
  152.                CC = cc
  153. # 558
  154.  
  155.          COMPRESS = compress
  156.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  157.     PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
  158.           INSTALL = $(SCRIPTSRC)/bsdinst.sh
  159.                LD = ld
  160.              LINT = lint
  161.       LINTLIBFLAG = -o
  162.          LINTOPTS = -ax -Nd4000 -Ns3300 -Ne700 -Np200 -Na25000 -DSYSV
  163.                LN = ln -s
  164.              MAKE = make
  165.                MV = mv -f
  166.                CP = cp
  167.            RANLIB = /bin/true
  168.   RANLIBINSTFLAGS =
  169.                RM = rm -f
  170.      STD_INCLUDES =
  171.   STD_CPP_DEFINES = -DSYSV
  172.       STD_DEFINES = -Wc,-Nd4000,-Ns3300,-Ne700,-Np200 -DSYSV -DMALLOC_0_RETURNS_NULL
  173.  EXTRA_LOAD_FLAGS = -lmalloc
  174.   EXTRA_LIBRARIES =
  175.              TAGS = ctags
  176.  
  177.            MFLAGS = -$(MAKEFLAGS)
  178.  
  179. # 586
  180.  
  181. # 589
  182.  
  183. # 595
  184.  
  185. # 602
  186.  
  187.     PROTO_DEFINES =
  188.  
  189. # 609
  190.  
  191.      INSTPGMFLAGS =
  192.  
  193.      INSTBINFLAGS = -m 0755
  194.      INSTUIDFLAGS = -m 4755
  195.      INSTLIBFLAGS = -m 0664
  196.      INSTINCFLAGS = -m 0444
  197.      INSTMANFLAGS = -m 0444
  198.      INSTDATFLAGS = -m 0444
  199.     INSTKMEMFLAGS = -m 4755
  200.  
  201.           DESTDIR =
  202. # 623
  203.  
  204.      TOP_INCLUDES = -I$(TOP)
  205.  
  206.       CDEBUGFLAGS = -O
  207.         CCOPTIONS =
  208.       COMPATFLAGS =
  209.  
  210.       ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
  211.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
  212.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  213.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  214.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  215.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
  216.    LDCOMBINEFLAGS = -X -r
  217.  
  218.         MACROFILE = hp.cf
  219.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  220.  
  221.     IMAKE_DEFINES =
  222. # 650
  223.  
  224.          IRULESRC = $(CONFIGSRC)
  225.         IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
  226.  
  227.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  228.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  229.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  230.  
  231. ###########################################################################
  232. # X Window System Build Parameters
  233. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  234.  
  235. # 21
  236.  
  237. # 27
  238.  
  239. # 39
  240.  
  241. # 84
  242.  
  243. # 117
  244.  
  245. # 133
  246.  
  247. # 142
  248.  
  249. # 155
  250.  
  251. # 228
  252.  
  253. # 234
  254.  
  255. # 240
  256.  
  257. # 248
  258.  
  259. # 255
  260.  
  261. # 262
  262.  
  263. # 269
  264.  
  265. # 276
  266.  
  267. # 286
  268.  
  269. # 328
  270.  
  271. ###########################################################################
  272. # X Window System make variables; this need to be coordinated with rules
  273. # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
  274.  
  275.           PATHSEP = /
  276.         USRLIBDIR = $(DESTDIR)/usr/lib
  277.            BINDIR = $(DESTDIR)/usr/bin/X11
  278.           INCROOT = $(DESTDIR)/usr/include
  279.      BUILDINCROOT = $(TOP)
  280.       BUILDINCDIR = $(BUILDINCROOT)/X11
  281.       BUILDINCTOP = ..
  282.            INCDIR = $(INCROOT)/X11
  283.            ADMDIR = $(DESTDIR)/usr/adm
  284.            LIBDIR = $(USRLIBDIR)/X11
  285.         CONFIGDIR = $(LIBDIR)/config
  286.        LINTLIBDIR = $(USRLIBDIR)/lint
  287.  
  288.           FONTDIR = $(LIBDIR)/fonts
  289.          XINITDIR = $(LIBDIR)/xinit
  290.            XDMDIR = $(LIBDIR)/xdm
  291.            AWMDIR = $(LIBDIR)/awm
  292.            TWMDIR = $(LIBDIR)/twm
  293.            GWMDIR = $(LIBDIR)/gwm
  294.           MANPATH = $(DESTDIR)/usr/man
  295.     MANSOURCEPATH = $(MANPATH)/man
  296.            MANDIR = $(MANSOURCEPATH)n
  297.         LIBMANDIR = $(MANSOURCEPATH)3
  298.       XAPPLOADDIR = $(LIBDIR)/app-defaults
  299. # 376
  300.  
  301.        FONTCFLAGS = -t
  302.  
  303.      INSTAPPFLAGS = $(INSTDATFLAGS)
  304.  
  305. # 388
  306.  
  307.             IMAKE = $(IMAKESRC)/imake
  308.            DEPEND = $(DEPENDSRC)/makedepend
  309.               RGB = $(RGBSRC)/rgb
  310.             FONTC = $(BDFTOSNFSRC)/bdftosnf
  311.         MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
  312.         MKDIRHIER = /bin/sh $(SCRIPTSRC)/mkdirhier.sh
  313.  
  314.         CONFIGSRC = $(TOP)/config
  315.         CLIENTSRC = $(TOP)/clients
  316.           DEMOSRC = $(TOP)/demos
  317.            LIBSRC = $(TOP)/lib
  318.           FONTSRC = $(TOP)/fonts
  319.        INCLUDESRC = $(TOP)/X11
  320.         SERVERSRC = $(TOP)/server
  321.           UTILSRC = $(TOP)/util
  322.         SCRIPTSRC = $(UTILSRC)/scripts
  323.        EXAMPLESRC = $(TOP)/examples
  324.        CONTRIBSRC = $(TOP)/../contrib
  325.            DOCSRC = $(TOP)/doc
  326.            RGBSRC = $(TOP)/rgb
  327.         DEPENDSRC = $(UTILSRC)/makedepend
  328.          IMAKESRC = $(CONFIGSRC)
  329.          XAUTHSRC = $(LIBSRC)/Xau
  330.           XLIBSRC = $(LIBSRC)/X
  331.            XMUSRC = $(LIBSRC)/Xmu
  332.        TOOLKITSRC = $(LIBSRC)/Xt
  333.        AWIDGETSRC = $(LIBSRC)/Xaw
  334.        OLDXLIBSRC = $(LIBSRC)/oldX
  335.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  336.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  337.      MKFONTDIRSRC = $(FONTSRC)/mkfontdir
  338.      EXTENSIONSRC = $(TOP)/extensions
  339.  
  340. # 429
  341.  
  342. # 435
  343.  
  344.   DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
  345.      EXTENSIONLIB =   $(DEPEXTENSIONLIB)
  346.  
  347. # 442
  348.  
  349.           DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
  350.              XLIB = $(EXTENSIONLIB)  $(XLIBSRC)/libX11.a
  351.  
  352.       DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
  353.          XAUTHLIB =  $(DEPXAUTHLIB)
  354. # 451
  355.  
  356.         DEPXMULIB = $(XMUSRC)/libXmu.a
  357.            XMULIB =  $(DEPXMULIB)
  358.  
  359. # 458
  360.  
  361.        DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
  362.           OLDXLIB =  $(DEPOLDXLIB)
  363.  
  364. # 465
  365.  
  366.       DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
  367.          XTOOLLIB =  $(DEPXTOOLLIB)
  368.  
  369. # 472
  370.  
  371.         DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
  372.            XAWLIB =  $(DEPXAWLIB)
  373.  
  374.  LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
  375.          LINTXLIB = $(XLIBSRC)/llib-lX11.ln
  376.           LINTXMU = $(XMUSRC)/llib-lXmu.ln
  377.         LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
  378.           LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
  379.  
  380.         XWLIBSRC = $(CONTRIBSRC)/toolkits/Xw
  381.         DEPXWLIB = $(XWLIBSRC)/libXw.a
  382.         XWLIB =  $(DEPXWLIB)
  383.  
  384. # 496
  385.  
  386. # 513
  387.  
  388.           DEPLIBS = $(LOCAL_LIBRARIES)
  389.  
  390.          DEPLIBS1 = $(DEPLIBS)
  391.          DEPLIBS2 = $(DEPLIBS)
  392.          DEPLIBS3 = $(DEPLIBS)
  393.  
  394. ###########################################################################
  395. # Imake rules for building libraries, programs, scripts, and data files
  396. # rules:  $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
  397.  
  398. # 125
  399.  
  400. # 136
  401.  
  402. # 512
  403.  
  404. # 525
  405.  
  406. # 581
  407.  
  408. # 1321
  409.  
  410. ###########################################################################
  411. # start of Imakefile
  412.  
  413. ################################################################################
  414. #
  415. # File:         Imakefile
  416. # RCS:          $Header: Imakefile,v 1.3 91/03/14 03:15:38 mayer Exp $
  417. # Description:  IMAKEFILE FOR WINTERP-SERVER DIRECTORY
  418. # Author:       Niels Mayer, HPLabs
  419. # Created:      Fri Nov 24 19:47:38 1989
  420. # Modified:     Fri Oct  4 06:00:09 1991 (Niels Mayer) mayer@hplnpm
  421. # Language:     N/A
  422. # Package:      N/A
  423. # Status:       X11r4 contrib tape release
  424. #
  425. # WINTERP Copyright 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  426. # XLISP version 2.1, Copyright (c) 1989, by David Betz.
  427. #
  428. # Permission to use, copy, modify, distribute, and sell this software and its
  429. # documentation for any purpose is hereby granted without fee, provided that
  430. # the above copyright notice appear in all copies and that both that
  431. # copyright notice and this permission notice appear in supporting
  432. # documentation, and that the name of Hewlett-Packard and David Betz not be
  433. # used in advertising or publicity pertaining to distribution of the software
  434. # without specific, written prior permission.  Hewlett-Packard and David Betz
  435. # make no representations about the suitability of this software for any
  436. # purpose. It is provided "as is" without express or implied warranty.
  437. #
  438. # HEWLETT-PACKARD AND DAVID BETZ DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  439. # SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  440. # IN 0 EVENT SHALL HEWLETT-PACKARD NOR DAVID BETZ BE LIABLE FOR ANY SPECIAL,
  441. # INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  442. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  443. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  444. # PERFORMANCE OF THIS SOFTWARE.
  445. #
  446. # See ./winterp/COPYRIGHT for information on contacting the authors.
  447. #
  448. # Please send modifications, improvements and bugfixes to mayer@hplabs.hp.com
  449. # Post XLISP-specific questions/information to the newsgroup comp.lang.lisp.x
  450. #
  451. ################################################################################
  452.  
  453. #
  454. # Note on INCLUDES for Motif 1.0:
  455. # ==============================
  456. # Motif 1.0 does not use the standard X11r4 toolkit, therefore you must
  457. # make sure that you are compiling Motif 1.0 programs with the headers
  458. # associated with Motif 1.0, not the default headers that are used by
  459. # X11r4 imake.
  460. #
  461. # Standard locations for Motif includes are /usr/include/X11 and
  462. # /usr/include/Xm. Note that Motif 1.0 uses a variant of the X11r3 toolkit
  463. # intrinsics headers which are installed in /usr/include/X11. Don't
  464. # confuse these    with the incompatible Xtoolkit intrinsics from X11r4.
  465. #
  466. # IF YOUR INSTALLATION OF MOTIF PLACES THE INCLUDE FILES FOR MOTIF's Xt/Xm
  467. # DIRECTORIES SOMEWHERE OTHER THAN cc's USUAL INCLUDE SEARCH PATH
  468. # (normally -I/usr/include -I.), THEN YOU WILL HAVE TO SET 'INCLUDES' BELOW
  469. # TO THE APPROPRIATE LOCATION.
  470. #
  471. # If you change INCLUDES below, you should also set INCLUDES in
  472. # ./xlisp/Imakefile.
  473. #
  474. # INCLUDES = -I/usr/include -I.
  475.  
  476. #
  477. # Note on INCLUDES for Motif 1.1:
  478. # ==============================
  479. # Motif 1.1 uses the X11r4 Xlib, libXt, etc. Therefore imake should
  480. # automatically point the compiler to the correct include file directory.
  481. # Thus, leave imake's default TOP_INCLUDES alone, since that will point
  482. # to the X11r4 headers.
  483. #
  484. # Motif 1.1 is not included as part of the X11r4 distribution.
  485. # IF YOUR INSTALLATION OF MOTIF PLACES THE INCLUDE FILES FOR MOTIF's Xm
  486. # DIRECTORIES SOMEWHERE OTHER THAN cc's USUAL INCLUDE SEARCH PATH
  487. # (e.g. /usr/include/Xm), THEN YOU WILL HAVE TO SET 'STD_INCLUDES' BELOW
  488. # TO THE APPROPRIATE LOCATION.
  489. #
  490. # If you change STD_INCLUDES below, you should also set STD_INCLUDES
  491. # in ./xlisp/Imakefile.
  492. #
  493. # STD_INCLUDES = -I. -I/mnt0/src/OSFMotif1.1.1 -I/mnt0/src/OSFMotif1.1.1/X11
  494.  STD_INCLUDES = -I. -I/mnt0/src/OSFMotif1.1.3 -I/mnt0/src/OSFMotif1.1.3/X11
  495.  
  496. #
  497. # Note on SYS_LIBRARIES:
  498. #       "-lm" == libm.a:
  499. #        This is required by XLISP since it includes math routines.
  500. #
  501. #    "-lXm" == libXm.a:
  502. #        This library is part of OSF/Motif, it is not included with
  503. #        X11r4. Many systems vendors sell Motif as part of their OS,
  504. #        e.g. HP, IBM, DEC, MIPS, SCO, etc. If you haven't installed
  505. #        Motif on your system, then replace -lXm below with
  506. #        <path>/libXm.a
  507. #
  508. #    $(XTOOLLIB) == "-lXt" == libXt.a:
  509. #        If you are using Motif 1.1, this should be the standard
  510. #        X11r4 Xt Instrinsics library, with MIT patches 1-18, and any
  511. #        additional patches distributed by OSF. If you are using X11r4
  512. #        Imake, then use $(XTOOLLIB) and imake will do the right thing.
  513. #        If you are using Motif 1.0, you must replace $(XTOOLLIB) with
  514. #        -lXt or <path>/libXt.a -- make sure you are using the libXt.a
  515. #        supplied with Motif 1.0. DO NOT USE libXt.a from X11r4 with
  516. #        Motif 1.0 -- they are incompatible.
  517. #
  518. #    $(XLIB) == "-lX11" == libX11.a:
  519. #        If you are using Motif 1.1, this is the standard X11r4
  520. #        X11 library, or the X11 library supplied by your vendor.
  521. #        If you are using X11r4 Imake, then use $(XLIB) and
  522. #        imake will do the right thing.
  523. #        For Motif 1.0, you should probably use the X11 library
  524. #        supplied by your vendor (e.g. -lX), although the X11r4
  525. #        libX11.a should work too.
  526. #
  527. #    "-lPW" == libPW.a:
  528. #        This library is required by Motif's file selection box widget
  529. #        on some brands of Unix, such as HPUX, MIPS, and other systems
  530. #        that I am not familiar with. Note that this library may or
  531. #        may not be required for other OS's. See    the Motif documentation
  532. #        for your particular installation of Motif for details.
  533. #
  534. #    "-lmalloc" == libmalloc.a:
  535. #        I've been using this fast malloc library on HPUX. When
  536. #        used in conjuction with Motif, -lmalloc causes a tremendous
  537. #        improvement in the overall application performance. Supposedly
  538. #        for HPUX 8.0, the standard malloc will be faster, though...
  539. #        I don't know whether something equivalent exists on other OS's,
  540. #        therefore I'm leaving it out by default. This should allow WINTERP to
  541. #        build on more systems -- those using OS's supporting -lmalloc may
  542. #        want to include -lmalloc in SYS_LIBRARIES below.
  543. #
  544.  
  545. # SYS_LIBRARIES = /mnt0/src/OSFMotif1.1.1/lib/Xm/libXm.a $(XTOOLLIB) $(XLIB) -lPW -lm -lmalloc
  546.  SYS_LIBRARIES = /mnt0/src/OSFMotif1.1.3/lib/Xm/libXm.a $(XTOOLLIB) $(XLIB) -lPW -lm -lmalloc
  547.  
  548. # 145
  549.  
  550.  SUBDIRS = xlisp
  551.  
  552. all::
  553.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  554.     for i in $(SUBDIRS) ;\
  555.     do \
  556.     (cd $$i ; echo "making" all "in $(CURRENT_DIR)/$$i..."; \
  557.     $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all); \
  558.     done
  559.  
  560. depend::
  561.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  562.     for i in $(SUBDIRS) ;\
  563.     do \
  564.     (cd $$i ; echo "depending" "in $(CURRENT_DIR)/$$i..."; \
  565.     $(MAKE) $(MFLAGS)   depend); \
  566.     done
  567.  
  568. lintlib::
  569.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  570.     for i in $(SUBDIRS) ;\
  571.     do \
  572.     (cd $$i ; echo "linting" for lintlib and lintlib "in $(CURRENT_DIR)/$$i..."; \
  573.     $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' LINTOPTS='$(LINTOPTS)' lintlib); \
  574.     done
  575.  
  576.  SRCS =    utils.c \
  577.     w_XmString.c \
  578.     w_callbacks.c \
  579.     w_classes.c \
  580.     w_evnthndlr.c \
  581.     w_funtab.c \
  582.     w_libXm.c \
  583.     w_libXt.c \
  584.     w_pixmap.c \
  585.     w_resources.c \
  586.     w_savedobjs.c \
  587.     w_timeouts.c \
  588.     w_txlations.c \
  589.     w_utils.c \
  590.     wc_ArrowB.c \
  591.     wc_BulletinB.c \
  592.     wc_CascadeB.c \
  593.     wc_Command.c \
  594.     wc_DrawingA.c \
  595.     wc_DrawnB.c \
  596.     wc_FileSB.c \
  597.     wc_Form.c \
  598.     wc_Frame.c \
  599.     wc_Label.c \
  600.     wc_List.c \
  601.     wc_MainW.c \
  602.     wc_MessageB.c \
  603.     wc_PanedW.c \
  604.     wc_PushB.c \
  605.     wc_RowColumn.c \
  606.     wc_SHELL.c \
  607.     wc_Scale.c \
  608.     wc_ScrollBar.c \
  609.     wc_ScrolledW.c \
  610.     wc_SelectioB.c \
  611.     wc_Separator.c \
  612.     wc_Text.c \
  613.     wc_ToggleB.c \
  614.     wc_WIDGET.c \
  615.     winterp.c
  616.  
  617.  OBJS = utils.o \
  618.     w_XmString.o \
  619.     w_callbacks.o \
  620.     w_classes.o \
  621.     w_evnthndlr.o \
  622.     w_funtab.o \
  623.     w_libXm.o \
  624.     w_libXt.o \
  625.     w_pixmap.o \
  626.     w_resources.o \
  627.     w_savedobjs.o \
  628.     w_timeouts.o \
  629.     w_txlations.o \
  630.     w_utils.o \
  631.     wc_ArrowB.o \
  632.     wc_BulletinB.o \
  633.     wc_CascadeB.o \
  634.     wc_Command.o \
  635.     wc_DrawingA.o \
  636.     wc_DrawnB.o \
  637.     wc_FileSB.o \
  638.     wc_Form.o \
  639.     wc_Frame.o \
  640.     wc_Label.o \
  641.     wc_List.o \
  642.     wc_MainW.o \
  643.     wc_MessageB.o \
  644.     wc_PanedW.o \
  645.     wc_PushB.o \
  646.     wc_RowColumn.o \
  647.     wc_SHELL.o \
  648.     wc_Scale.o \
  649.     wc_ScrollBar.o \
  650.     wc_ScrolledW.o \
  651.     wc_SelectioB.o \
  652.     wc_Separator.o \
  653.     wc_Text.o \
  654.     wc_ToggleB.o \
  655.     wc_WIDGET.o \
  656.     winterp.o
  657.  
  658. #
  659. # Note on DEFINES:
  660. # (1) -DWINTERP: xlisp/xlisp.h and xlisp/xldmem.h (which are included by all
  661. # WINTERP files) have '#ifdef WINTERP' surrounding changes made to XLISP
  662. # for use by WINTERP: you MUST compile with -DWINTERP or nothing will work.
  663. #
  664. # (2) -D_NO_PROTO: this is required by Motif 1.1 if you are using a
  665. # non-ANSI-C compiler. Eventually everybody will have an ANSI C compiler
  666. # and at that point this flag should be removed.
  667. #
  668. # (3) -Dhpux is needed if you are running on HPUX 7.0.
  669. #
  670. # (4) -DMALLOC_0_RETURNS_NULL is needed on HPUX 7.0 when linking with
  671. # the fast malloc library "-lmalloc".
  672. #
  673. # For HPUX 7.0, -Wc,-Np1000 is there to prevent the 'cc' error:
  674. #     "Parameter table overflow. Try the -Wc,-Np option."
  675. # Get rid of this in HPUX 8.0 since the compiler is supposed to use
  676. # dynamic tables.
  677. # Note that the X11r4 Imake hp.cf specifies a smaller value of
  678. # "-Wc,-Np" -- this setting overrides that value.
  679. #
  680.  
  681.  DEFINES = -Dhpux -DWINTERP -DMALLOC_0_RETURNS_NULL -D_NO_PROTO -Wc,-Np1000
  682. # 264
  683.  
  684. #
  685. # xlisp/libXlisp.a is a library of routines from XLISP used by WINTERP
  686. #
  687.  LOCAL_LIBRARIES = xlisp/libXlisp.a
  688.  
  689.  PROGRAM = winterp
  690.  
  691. all:: winterp
  692.  
  693. winterp: $(OBJS) $(DEPLIBS)
  694.     $(RM) $@; if [ -f $@ ]; then $(MV) $@ $@~; fi
  695.     $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
  696.  
  697. install:: winterp
  698.     $(INSTALL) -c $(INSTPGMFLAGS)   winterp $(BINDIR)
  699.  
  700. install.man:: winterp.man
  701.     $(INSTALL) -c $(INSTMANFLAGS) winterp.man $(MANDIR)/winterp.n
  702.  
  703. depend:: $(DEPEND)
  704.  
  705. $(DEPEND):
  706.     @echo "checking $@ over in $(DEPENDSRC) first..."; \
  707.     cd $(DEPENDSRC); $(MAKE); \
  708.     echo "okay, continuing in $(CURRENT_DIR)"
  709.  
  710. depend::
  711.     $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
  712.  
  713. lint:
  714.     $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
  715. lint1:
  716.     $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
  717.  
  718. clean::
  719.     $(RM) $(PROGRAM)
  720.  
  721. ###########################################################################
  722. # common rules for all Makefiles - do not edit
  723.  
  724. emptyrule::
  725.  
  726. clean::
  727.     $(RM_CMD) \#*
  728.  
  729. Makefile:: $(IMAKE)
  730.  
  731. $(IMAKE):
  732.     @(cd $(IMAKESRC); if [ -f Makefile ]; then \
  733.     echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
  734.     echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
  735.     $(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
  736.     echo "okay, continuing in $(CURRENT_DIR)")
  737.  
  738. Makefile::
  739.     -@if [ -f Makefile ]; then \
  740.     echo "    $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
  741.     $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  742.     else exit 0; fi
  743.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  744.  
  745. tags::
  746.     $(TAGS) -w *.[ch]
  747.     $(TAGS) -xw *.[ch] > TAGS
  748. # 690
  749.  
  750. # 698
  751.  
  752. ###########################################################################
  753. # rules for building in SUBDIRS - do not edit
  754.  
  755. install::
  756.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  757.     for i in $(SUBDIRS) ;\
  758.     do \
  759.     (cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
  760.     $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install); \
  761.     done
  762.  
  763. install.man::
  764.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  765.     for i in $(SUBDIRS) ;\
  766.     do \
  767.     (cd $$i ; echo "installing man pages" "in $(CURRENT_DIR)/$$i..."; \
  768.     $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.man); \
  769.     done
  770.  
  771. clean::
  772.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  773.     for i in $(SUBDIRS) ;\
  774.     do \
  775.     (cd $$i ; echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
  776.     $(MAKE) $(MFLAGS) RM_CMD='$(RM_CMD)' clean); \
  777.     done
  778.  
  779. tags::
  780.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  781.     for i in $(SUBDIRS) ;\
  782.     do \
  783.     (cd $$i ; echo "tagging" "in $(CURRENT_DIR)/$$i..."; \
  784.     $(MAKE) $(MFLAGS) TAGS='$(TAGS)' tags); \
  785.     done
  786.  
  787. Makefiles::
  788.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  789.     for i in $(SUBDIRS) ;\
  790.     do \
  791.     echo "making Makefiles in $(CURRENT_DIR)/$$i..."; \
  792.     case "$$i" in \
  793.     ./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  794.     ./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
  795.     ./?*/?*) newtop=../../ sub=subsub;; \
  796.     ./?*) newtop=../ sub=sub;; \
  797.     */?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  798.     */?*/?*) newtop=../../../ sub=subsubsub;; \
  799.     */?*) newtop=../../ sub=subsub;; \
  800.     *) newtop=../ sub=sub;; \
  801.     esac; \
  802.     case "$(TOP)" in \
  803.     /?*) newtop= upprefix= ;; \
  804.     *) upprefix=../ ;; \
  805.     esac; \
  806.     $(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
  807.     MAKEFILE_SUBDIR=$$i NEW_CURRENT_DIR=$(CURRENT_DIR)/$$i;\
  808.     done
  809.  
  810. subdirMakefiles:
  811.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  812.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  813.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  814.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  815.     else exit 0; fi
  816.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  817.     $(MAKE) $(MFLAGS) Makefiles
  818.  
  819. subsubdirMakefiles:
  820.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  821.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  822.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  823.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  824.     else exit 0; fi
  825.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  826.     $(MAKE) $(MFLAGS) Makefiles
  827.  
  828. subsubsubdirMakefiles:
  829.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  830.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  831.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  832.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  833.     else exit 0; fi
  834.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  835.     $(MAKE) $(MFLAGS) Makefiles
  836.  
  837. subsubsubsubdirMakefiles:
  838.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  839.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
  840.     echo "    $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
  841.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  842.     else exit 0; fi
  843.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  844.     $(MAKE) $(MFLAGS) Makefiles
  845.  
  846. includes::
  847.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  848.     for i in $(SUBDIRS) ;\
  849.     do \
  850.     (cd $$i ; echo including "in $(CURRENT_DIR)/$$i..."; \
  851.     $(MAKE) $(MFLAGS)   includes); \
  852.     done
  853.  
  854. # 726
  855.  
  856. ###########################################################################
  857. # dependencies generated by makedepend
  858.  
  859. # DO NOT DELETE
  860.  
  861. utils.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  862. utils.o: /usr/include/signal.h /usr/include/sys/signal.h
  863. utils.o: /usr/include/sys/types.h /usr/include/sys/syscall.h
  864. utils.o: /usr/include/time.h /usr/include/sys/time.h
  865. w_XmString.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  866. w_XmString.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  867. w_XmString.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  868. w_XmString.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  869. w_XmString.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  870. w_XmString.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  871. w_XmString.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  872. w_XmString.o: /usr/include/sys/file.h /usr/include/time.h
  873. w_XmString.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  874. w_XmString.o: ../../../../mit/X11/Composite.h
  875. w_XmString.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  876. w_XmString.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  877. w_XmString.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  878. w_XmString.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  879. w_XmString.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  880. w_XmString.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  881. w_XmString.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  882. w_XmString.o: /usr/include/setjmp.h xlisp/xldmem.h w_XmString.h
  883. w_callbacks.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  884. w_callbacks.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  885. w_callbacks.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  886. w_callbacks.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  887. w_callbacks.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  888. w_callbacks.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  889. w_callbacks.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  890. w_callbacks.o: /usr/include/sys/file.h /usr/include/time.h
  891. w_callbacks.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  892. w_callbacks.o: ../../../../mit/X11/Composite.h
  893. w_callbacks.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  894. w_callbacks.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  895. w_callbacks.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  896. w_callbacks.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  897. w_callbacks.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  898. w_callbacks.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  899. w_callbacks.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  900. w_callbacks.o: /usr/include/setjmp.h xlisp/xldmem.h
  901. w_classes.o: /usr/include/limits.h /usr/include/sys/stdsyms.h
  902. w_classes.o: /usr/include/sys/param.h /usr/include/sys/types.h
  903. w_classes.o: /usr/include/machine/param.h /usr/include/sys/sysmacros.h
  904. w_classes.o: /usr/include/sys/time.h /usr/include/stdio.h
  905. w_classes.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  906. w_classes.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  907. w_classes.o: ../../../../mit/X11/X.h ../../../../mit/X11/Xutil.h
  908. w_classes.o: ../../../../mit/X11/Xresource.h ../../../../mit/X11/Xos.h
  909. w_classes.o: /usr/include/string.h /usr/include/fcntl.h
  910. w_classes.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  911. w_classes.o: /usr/include/time.h ../../../../mit/X11/Core.h
  912. w_classes.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  913. w_classes.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  914. w_classes.o: ../../../../mit/X11/Vendor.h
  915. w_classes.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  916. w_classes.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  917. w_classes.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  918. w_classes.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  919. w_classes.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  920. w_classes.o: /usr/include/setjmp.h xlisp/xldmem.h
  921. w_evnthndlr.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  922. w_evnthndlr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  923. w_evnthndlr.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  924. w_evnthndlr.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  925. w_evnthndlr.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  926. w_evnthndlr.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  927. w_evnthndlr.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  928. w_evnthndlr.o: /usr/include/sys/file.h /usr/include/time.h
  929. w_evnthndlr.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  930. w_evnthndlr.o: ../../../../mit/X11/Composite.h
  931. w_evnthndlr.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  932. w_evnthndlr.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  933. w_evnthndlr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  934. w_evnthndlr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  935. w_evnthndlr.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  936. w_evnthndlr.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  937. w_evnthndlr.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  938. w_evnthndlr.o: /usr/include/setjmp.h xlisp/xldmem.h
  939. w_funtab.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  940. w_funtab.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  941. w_funtab.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  942. w_funtab.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  943. w_funtab.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  944. w_funtab.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  945. w_funtab.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  946. w_funtab.o: /usr/include/sys/file.h /usr/include/time.h
  947. w_funtab.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  948. w_funtab.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  949. w_funtab.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  950. w_funtab.o: ../../../../mit/X11/Vendor.h
  951. w_funtab.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  952. w_funtab.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  953. w_funtab.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  954. w_funtab.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  955. w_funtab.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  956. w_funtab.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  957. w_funtab.o: app_funextn.h app_fundecl.h
  958. w_libXm.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  959. w_libXm.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  960. w_libXm.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  961. w_libXm.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  962. w_libXm.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  963. w_libXm.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  964. w_libXm.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  965. w_libXm.o: /usr/include/sys/file.h /usr/include/time.h
  966. w_libXm.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  967. w_libXm.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  968. w_libXm.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  969. w_libXm.o: ../../../../mit/X11/Vendor.h
  970. w_libXm.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  971. w_libXm.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  972. w_libXm.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  973. w_libXm.o: ../../../../mit/X11/Shell.h ../../../../mit/X11/cursorfont.h
  974. w_libXm.o: winterp.h user_prefs.h ../src-server/config.h xlisp/xlisp.h
  975. w_libXm.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  976. w_libXt.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  977. w_libXt.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  978. w_libXt.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  979. w_libXt.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  980. w_libXt.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  981. w_libXt.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  982. w_libXt.o: /usr/include/sys/file.h /usr/include/time.h
  983. w_libXt.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  984. w_libXt.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  985. w_libXt.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  986. w_libXt.o: ../../../../mit/X11/Shell.h /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  987. w_libXt.o: ../../../../mit/X11/Vendor.h
  988. w_libXt.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  989. w_libXt.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  990. w_libXt.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h winterp.h user_prefs.h
  991. w_libXt.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  992. w_libXt.o: /usr/include/setjmp.h xlisp/xldmem.h
  993. w_pixmap.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  994. w_pixmap.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  995. w_pixmap.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  996. w_pixmap.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  997. w_pixmap.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  998. w_pixmap.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  999. w_pixmap.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1000. w_pixmap.o: /usr/include/sys/file.h /usr/include/time.h
  1001. w_pixmap.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1002. w_pixmap.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1003. w_pixmap.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1004. w_pixmap.o: ../../../../mit/X11/Vendor.h
  1005. w_pixmap.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1006. w_pixmap.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1007. w_pixmap.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1008. w_pixmap.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  1009. w_pixmap.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1010. w_pixmap.o: /usr/include/setjmp.h xlisp/xldmem.h
  1011. w_resources.o: /usr/include/limits.h /usr/include/sys/stdsyms.h
  1012. w_resources.o: /usr/include/sys/param.h /usr/include/sys/types.h
  1013. w_resources.o: /usr/include/machine/param.h /usr/include/sys/sysmacros.h
  1014. w_resources.o: /usr/include/sys/time.h /usr/include/stdio.h
  1015. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/XmP.h
  1016. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1017. w_resources.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1018. w_resources.o: ../../../../mit/X11/X.h ../../../../mit/X11/Xutil.h
  1019. w_resources.o: ../../../../mit/X11/Xresource.h ../../../../mit/X11/Xos.h
  1020. w_resources.o: /usr/include/string.h /usr/include/fcntl.h
  1021. w_resources.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  1022. w_resources.o: /usr/include/time.h ../../../../mit/X11/Core.h
  1023. w_resources.o: ../../../../mit/X11/Composite.h
  1024. w_resources.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1025. w_resources.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1026. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1027. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1028. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1029. w_resources.o: ../../../../mit/X11/Shell.h ../../../../mit/X11/IntrinsicP.h
  1030. w_resources.o: ../../../../mit/X11/CoreP.h ../../../../mit/X11/CompositeP.h
  1031. w_resources.o: ../../../../mit/X11/ConstrainP.h ../../../../mit/X11/ObjectP.h
  1032. w_resources.o: ../../../../mit/X11/RectObjP.h
  1033. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Traversal.h
  1034. w_resources.o: ../../../../mit/X11/ShellP.h ../../../../mit/X11/VendorP.h
  1035. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/BaseClassI.h winterp.h
  1036. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/MwmUtil.h
  1037. w_resources.o: ../../../../mit/X11/Xmd.h
  1038. w_resources.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Text.h user_prefs.h
  1039. w_resources.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1040. w_resources.o: /usr/include/setjmp.h xlisp/xldmem.h w_XmString.h
  1041. w_savedobjs.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1042. w_savedobjs.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1043. w_savedobjs.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1044. w_savedobjs.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1045. w_savedobjs.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1046. w_savedobjs.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1047. w_savedobjs.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1048. w_savedobjs.o: /usr/include/sys/file.h /usr/include/time.h
  1049. w_savedobjs.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1050. w_savedobjs.o: ../../../../mit/X11/Composite.h
  1051. w_savedobjs.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1052. w_savedobjs.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1053. w_savedobjs.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1054. w_savedobjs.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1055. w_savedobjs.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1056. w_savedobjs.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  1057. w_savedobjs.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1058. w_savedobjs.o: /usr/include/setjmp.h xlisp/xldmem.h
  1059. w_timeouts.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1060. w_timeouts.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1061. w_timeouts.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1062. w_timeouts.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1063. w_timeouts.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1064. w_timeouts.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1065. w_timeouts.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1066. w_timeouts.o: /usr/include/sys/file.h /usr/include/time.h
  1067. w_timeouts.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1068. w_timeouts.o: ../../../../mit/X11/Composite.h
  1069. w_timeouts.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1070. w_timeouts.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1071. w_timeouts.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1072. w_timeouts.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1073. w_timeouts.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1074. w_timeouts.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  1075. w_timeouts.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1076. w_timeouts.o: /usr/include/setjmp.h xlisp/xldmem.h
  1077. w_txlations.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1078. w_txlations.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1079. w_txlations.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1080. w_txlations.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1081. w_txlations.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1082. w_txlations.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1083. w_txlations.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1084. w_txlations.o: /usr/include/sys/file.h /usr/include/time.h
  1085. w_txlations.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1086. w_txlations.o: ../../../../mit/X11/Composite.h
  1087. w_txlations.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1088. w_txlations.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1089. w_txlations.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1090. w_txlations.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1091. w_txlations.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1092. w_txlations.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  1093. w_txlations.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1094. w_txlations.o: /usr/include/setjmp.h xlisp/xldmem.h
  1095. w_utils.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1096. w_utils.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1097. w_utils.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1098. w_utils.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1099. w_utils.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1100. w_utils.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1101. w_utils.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1102. w_utils.o: /usr/include/sys/file.h /usr/include/time.h
  1103. w_utils.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1104. w_utils.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1105. w_utils.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1106. w_utils.o: ../../../../mit/X11/Vendor.h
  1107. w_utils.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1108. w_utils.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1109. w_utils.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1110. w_utils.o: ../../../../mit/X11/Shell.h ../../../../mit/X11/cursorfont.h
  1111. w_utils.o: winterp.h user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1112. w_utils.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1113. wc_ArrowB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1114. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1115. wc_ArrowB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1116. wc_ArrowB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1117. wc_ArrowB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1118. wc_ArrowB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1119. wc_ArrowB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1120. wc_ArrowB.o: /usr/include/sys/file.h /usr/include/time.h
  1121. wc_ArrowB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1122. wc_ArrowB.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1123. wc_ArrowB.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1124. wc_ArrowB.o: ../../../../mit/X11/Vendor.h
  1125. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1126. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1127. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1128. wc_ArrowB.o: ../../../../mit/X11/Shell.h
  1129. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ArrowB.h
  1130. wc_ArrowB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ArrowBG.h winterp.h user_prefs.h
  1131. wc_ArrowB.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1132. wc_ArrowB.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1133. wc_BulletinB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1134. wc_BulletinB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1135. wc_BulletinB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1136. wc_BulletinB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1137. wc_BulletinB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1138. wc_BulletinB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1139. wc_BulletinB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1140. wc_BulletinB.o: /usr/include/sys/file.h /usr/include/time.h
  1141. wc_BulletinB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1142. wc_BulletinB.o: ../../../../mit/X11/Composite.h
  1143. wc_BulletinB.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1144. wc_BulletinB.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1145. wc_BulletinB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1146. wc_BulletinB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1147. wc_BulletinB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1148. wc_BulletinB.o: ../../../../mit/X11/Shell.h
  1149. wc_BulletinB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/BulletinB.h winterp.h
  1150. wc_BulletinB.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1151. wc_BulletinB.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1152. wc_BulletinB.o: w_funtab.h app_funidx.h
  1153. wc_CascadeB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1154. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1155. wc_CascadeB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1156. wc_CascadeB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1157. wc_CascadeB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1158. wc_CascadeB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1159. wc_CascadeB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1160. wc_CascadeB.o: /usr/include/sys/file.h /usr/include/time.h
  1161. wc_CascadeB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1162. wc_CascadeB.o: ../../../../mit/X11/Composite.h
  1163. wc_CascadeB.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1164. wc_CascadeB.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1165. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1166. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1167. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1168. wc_CascadeB.o: ../../../../mit/X11/Shell.h
  1169. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/CascadeB.h
  1170. wc_CascadeB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/CascadeBG.h winterp.h
  1171. wc_CascadeB.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1172. wc_CascadeB.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1173. wc_CascadeB.o: w_funtab.h app_funidx.h
  1174. wc_Command.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1175. wc_Command.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1176. wc_Command.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1177. wc_Command.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1178. wc_Command.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1179. wc_Command.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1180. wc_Command.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1181. wc_Command.o: /usr/include/sys/file.h /usr/include/time.h
  1182. wc_Command.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1183. wc_Command.o: ../../../../mit/X11/Composite.h
  1184. wc_Command.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1185. wc_Command.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1186. wc_Command.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1187. wc_Command.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1188. wc_Command.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1189. wc_Command.o: ../../../../mit/X11/Shell.h
  1190. wc_Command.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Command.h winterp.h user_prefs.h
  1191. wc_Command.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1192. wc_Command.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1193. wc_Command.o: w_XmString.h
  1194. wc_DrawingA.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1195. wc_DrawingA.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1196. wc_DrawingA.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1197. wc_DrawingA.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1198. wc_DrawingA.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1199. wc_DrawingA.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1200. wc_DrawingA.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1201. wc_DrawingA.o: /usr/include/sys/file.h /usr/include/time.h
  1202. wc_DrawingA.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1203. wc_DrawingA.o: ../../../../mit/X11/Composite.h
  1204. wc_DrawingA.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1205. wc_DrawingA.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1206. wc_DrawingA.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1207. wc_DrawingA.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1208. wc_DrawingA.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1209. wc_DrawingA.o: ../../../../mit/X11/Shell.h
  1210. wc_DrawingA.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/DrawingA.h winterp.h
  1211. wc_DrawingA.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1212. wc_DrawingA.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1213. wc_DrawingA.o: w_funtab.h app_funidx.h
  1214. wc_DrawnB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1215. wc_DrawnB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1216. wc_DrawnB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1217. wc_DrawnB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1218. wc_DrawnB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1219. wc_DrawnB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1220. wc_DrawnB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1221. wc_DrawnB.o: /usr/include/sys/file.h /usr/include/time.h
  1222. wc_DrawnB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1223. wc_DrawnB.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1224. wc_DrawnB.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1225. wc_DrawnB.o: ../../../../mit/X11/Vendor.h
  1226. wc_DrawnB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1227. wc_DrawnB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1228. wc_DrawnB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1229. wc_DrawnB.o: ../../../../mit/X11/Shell.h
  1230. wc_DrawnB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/DrawnB.h winterp.h user_prefs.h
  1231. wc_DrawnB.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1232. wc_DrawnB.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1233. wc_FileSB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1234. wc_FileSB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1235. wc_FileSB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1236. wc_FileSB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1237. wc_FileSB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1238. wc_FileSB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1239. wc_FileSB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1240. wc_FileSB.o: /usr/include/sys/file.h /usr/include/time.h
  1241. wc_FileSB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1242. wc_FileSB.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1243. wc_FileSB.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1244. wc_FileSB.o: ../../../../mit/X11/Vendor.h
  1245. wc_FileSB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1246. wc_FileSB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1247. wc_FileSB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1248. wc_FileSB.o: ../../../../mit/X11/Shell.h
  1249. wc_FileSB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/FileSB.h winterp.h user_prefs.h
  1250. wc_FileSB.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1251. wc_FileSB.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1252. wc_FileSB.o: w_XmString.h
  1253. wc_Form.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1254. wc_Form.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1255. wc_Form.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1256. wc_Form.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1257. wc_Form.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1258. wc_Form.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1259. wc_Form.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1260. wc_Form.o: /usr/include/sys/file.h /usr/include/time.h
  1261. wc_Form.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1262. wc_Form.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1263. wc_Form.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1264. wc_Form.o: ../../../../mit/X11/Vendor.h
  1265. wc_Form.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1266. wc_Form.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1267. wc_Form.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1268. wc_Form.o: ../../../../mit/X11/Shell.h /mnt0/src/OSFMotif1.1.3/X11/Xm/Form.h
  1269. wc_Form.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/BulletinB.h winterp.h user_prefs.h
  1270. wc_Form.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1271. wc_Form.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1272. wc_Frame.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1273. wc_Frame.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1274. wc_Frame.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1275. wc_Frame.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1276. wc_Frame.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1277. wc_Frame.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1278. wc_Frame.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1279. wc_Frame.o: /usr/include/sys/file.h /usr/include/time.h
  1280. wc_Frame.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1281. wc_Frame.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1282. wc_Frame.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1283. wc_Frame.o: ../../../../mit/X11/Vendor.h
  1284. wc_Frame.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1285. wc_Frame.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1286. wc_Frame.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1287. wc_Frame.o: ../../../../mit/X11/Shell.h
  1288. wc_Frame.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Frame.h winterp.h user_prefs.h
  1289. wc_Frame.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1290. wc_Frame.o: /usr/include/setjmp.h xlisp/xldmem.h
  1291. wc_Label.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1292. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1293. wc_Label.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1294. wc_Label.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1295. wc_Label.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1296. wc_Label.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1297. wc_Label.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1298. wc_Label.o: /usr/include/sys/file.h /usr/include/time.h
  1299. wc_Label.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1300. wc_Label.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1301. wc_Label.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1302. wc_Label.o: ../../../../mit/X11/Vendor.h
  1303. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1304. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1305. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1306. wc_Label.o: ../../../../mit/X11/Shell.h
  1307. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Label.h
  1308. wc_Label.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/LabelG.h winterp.h user_prefs.h
  1309. wc_Label.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1310. wc_Label.o: /usr/include/setjmp.h xlisp/xldmem.h
  1311. wc_List.o: /usr/include/limits.h /usr/include/sys/stdsyms.h
  1312. wc_List.o: /usr/include/sys/param.h /usr/include/sys/types.h
  1313. wc_List.o: /usr/include/machine/param.h /usr/include/sys/sysmacros.h
  1314. wc_List.o: /usr/include/sys/time.h /usr/include/stdio.h
  1315. wc_List.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1316. wc_List.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1317. wc_List.o: ../../../../mit/X11/X.h ../../../../mit/X11/Xutil.h
  1318. wc_List.o: ../../../../mit/X11/Xresource.h ../../../../mit/X11/Xos.h
  1319. wc_List.o: /usr/include/string.h /usr/include/fcntl.h
  1320. wc_List.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  1321. wc_List.o: /usr/include/time.h ../../../../mit/X11/Core.h
  1322. wc_List.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1323. wc_List.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1324. wc_List.o: ../../../../mit/X11/Vendor.h
  1325. wc_List.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1326. wc_List.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1327. wc_List.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1328. wc_List.o: ../../../../mit/X11/Shell.h /mnt0/src/OSFMotif1.1.3/X11/Xm/List.h
  1329. wc_List.o: winterp.h user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1330. wc_List.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1331. wc_List.o: w_funtab.h app_funidx.h w_XmString.h
  1332. wc_MainW.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1333. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1334. wc_MainW.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1335. wc_MainW.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1336. wc_MainW.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1337. wc_MainW.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1338. wc_MainW.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1339. wc_MainW.o: /usr/include/sys/file.h /usr/include/time.h
  1340. wc_MainW.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1341. wc_MainW.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1342. wc_MainW.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1343. wc_MainW.o: ../../../../mit/X11/Vendor.h
  1344. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1345. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1346. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1347. wc_MainW.o: ../../../../mit/X11/Shell.h
  1348. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/MainW.h
  1349. wc_MainW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ScrolledW.h winterp.h user_prefs.h
  1350. wc_MainW.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1351. wc_MainW.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1352. wc_MessageB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1353. wc_MessageB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1354. wc_MessageB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1355. wc_MessageB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1356. wc_MessageB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1357. wc_MessageB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1358. wc_MessageB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1359. wc_MessageB.o: /usr/include/sys/file.h /usr/include/time.h
  1360. wc_MessageB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1361. wc_MessageB.o: ../../../../mit/X11/Composite.h
  1362. wc_MessageB.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1363. wc_MessageB.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1364. wc_MessageB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1365. wc_MessageB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1366. wc_MessageB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1367. wc_MessageB.o: ../../../../mit/X11/Shell.h
  1368. wc_MessageB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/MessageB.h winterp.h
  1369. wc_MessageB.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1370. wc_MessageB.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1371. wc_MessageB.o: w_funtab.h app_funidx.h
  1372. wc_PanedW.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1373. wc_PanedW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1374. wc_PanedW.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1375. wc_PanedW.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1376. wc_PanedW.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1377. wc_PanedW.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1378. wc_PanedW.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1379. wc_PanedW.o: /usr/include/sys/file.h /usr/include/time.h
  1380. wc_PanedW.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1381. wc_PanedW.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1382. wc_PanedW.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1383. wc_PanedW.o: ../../../../mit/X11/Vendor.h
  1384. wc_PanedW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1385. wc_PanedW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1386. wc_PanedW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1387. wc_PanedW.o: ../../../../mit/X11/Shell.h
  1388. wc_PanedW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/PanedW.h winterp.h user_prefs.h
  1389. wc_PanedW.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1390. wc_PanedW.o: /usr/include/setjmp.h xlisp/xldmem.h
  1391. wc_PushB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1392. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1393. wc_PushB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1394. wc_PushB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1395. wc_PushB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1396. wc_PushB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1397. wc_PushB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1398. wc_PushB.o: /usr/include/sys/file.h /usr/include/time.h
  1399. wc_PushB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1400. wc_PushB.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1401. wc_PushB.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1402. wc_PushB.o: ../../../../mit/X11/Vendor.h
  1403. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1404. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1405. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1406. wc_PushB.o: ../../../../mit/X11/Shell.h
  1407. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/PushB.h
  1408. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Label.h
  1409. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/PushBG.h
  1410. wc_PushB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/LabelG.h winterp.h user_prefs.h
  1411. wc_PushB.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1412. wc_PushB.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1413. wc_RowColumn.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1414. wc_RowColumn.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1415. wc_RowColumn.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1416. wc_RowColumn.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1417. wc_RowColumn.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1418. wc_RowColumn.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1419. wc_RowColumn.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1420. wc_RowColumn.o: /usr/include/sys/file.h /usr/include/time.h
  1421. wc_RowColumn.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1422. wc_RowColumn.o: ../../../../mit/X11/Composite.h
  1423. wc_RowColumn.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1424. wc_RowColumn.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1425. wc_RowColumn.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1426. wc_RowColumn.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1427. wc_RowColumn.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1428. wc_RowColumn.o: ../../../../mit/X11/Shell.h
  1429. wc_RowColumn.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/RowColumn.h winterp.h
  1430. wc_RowColumn.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1431. wc_RowColumn.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1432. wc_RowColumn.o: w_funtab.h app_funidx.h
  1433. wc_SHELL.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1434. wc_SHELL.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1435. wc_SHELL.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1436. wc_SHELL.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1437. wc_SHELL.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1438. wc_SHELL.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1439. wc_SHELL.o: /usr/include/sys/file.h /usr/include/time.h
  1440. wc_SHELL.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1441. wc_SHELL.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1442. wc_SHELL.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1443. wc_SHELL.o: ../../../../mit/X11/Shell.h /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1444. wc_SHELL.o: ../../../../mit/X11/Vendor.h
  1445. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1446. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1447. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1448. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/DialogS.h
  1449. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/MenuShell.h winterp.h
  1450. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Protocols.h
  1451. wc_SHELL.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/AtomMgr.h user_prefs.h
  1452. wc_SHELL.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1453. wc_SHELL.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1454. wc_Scale.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1455. wc_Scale.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1456. wc_Scale.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1457. wc_Scale.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1458. wc_Scale.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1459. wc_Scale.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1460. wc_Scale.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1461. wc_Scale.o: /usr/include/sys/file.h /usr/include/time.h
  1462. wc_Scale.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1463. wc_Scale.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1464. wc_Scale.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1465. wc_Scale.o: ../../../../mit/X11/Vendor.h
  1466. wc_Scale.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1467. wc_Scale.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1468. wc_Scale.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1469. wc_Scale.o: ../../../../mit/X11/Shell.h
  1470. wc_Scale.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Scale.h winterp.h user_prefs.h
  1471. wc_Scale.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1472. wc_Scale.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1473. wc_ScrollBar.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1474. wc_ScrollBar.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1475. wc_ScrollBar.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1476. wc_ScrollBar.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1477. wc_ScrollBar.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1478. wc_ScrollBar.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1479. wc_ScrollBar.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1480. wc_ScrollBar.o: /usr/include/sys/file.h /usr/include/time.h
  1481. wc_ScrollBar.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1482. wc_ScrollBar.o: ../../../../mit/X11/Composite.h
  1483. wc_ScrollBar.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1484. wc_ScrollBar.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1485. wc_ScrollBar.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1486. wc_ScrollBar.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1487. wc_ScrollBar.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1488. wc_ScrollBar.o: ../../../../mit/X11/Shell.h
  1489. wc_ScrollBar.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ScrollBar.h winterp.h
  1490. wc_ScrollBar.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1491. wc_ScrollBar.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1492. wc_ScrollBar.o: w_funtab.h app_funidx.h
  1493. wc_ScrolledW.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1494. wc_ScrolledW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1495. wc_ScrolledW.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1496. wc_ScrolledW.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1497. wc_ScrolledW.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1498. wc_ScrolledW.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1499. wc_ScrolledW.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1500. wc_ScrolledW.o: /usr/include/sys/file.h /usr/include/time.h
  1501. wc_ScrolledW.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1502. wc_ScrolledW.o: ../../../../mit/X11/Composite.h
  1503. wc_ScrolledW.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1504. wc_ScrolledW.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1505. wc_ScrolledW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1506. wc_ScrolledW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1507. wc_ScrolledW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1508. wc_ScrolledW.o: ../../../../mit/X11/Shell.h
  1509. wc_ScrolledW.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ScrolledW.h winterp.h
  1510. wc_ScrolledW.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1511. wc_ScrolledW.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1512. wc_ScrolledW.o: w_funtab.h app_funidx.h
  1513. wc_SelectioB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1514. wc_SelectioB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1515. wc_SelectioB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1516. wc_SelectioB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1517. wc_SelectioB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1518. wc_SelectioB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1519. wc_SelectioB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1520. wc_SelectioB.o: /usr/include/sys/file.h /usr/include/time.h
  1521. wc_SelectioB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1522. wc_SelectioB.o: ../../../../mit/X11/Composite.h
  1523. wc_SelectioB.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1524. wc_SelectioB.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1525. wc_SelectioB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1526. wc_SelectioB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1527. wc_SelectioB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1528. wc_SelectioB.o: ../../../../mit/X11/Shell.h
  1529. wc_SelectioB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/SelectioB.h winterp.h
  1530. wc_SelectioB.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1531. wc_SelectioB.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1532. wc_SelectioB.o: w_funtab.h app_funidx.h w_XmString.h
  1533. wc_Separator.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1534. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1535. wc_Separator.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1536. wc_Separator.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1537. wc_Separator.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1538. wc_Separator.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1539. wc_Separator.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1540. wc_Separator.o: /usr/include/sys/file.h /usr/include/time.h
  1541. wc_Separator.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1542. wc_Separator.o: ../../../../mit/X11/Composite.h
  1543. wc_Separator.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1544. wc_Separator.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1545. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1546. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1547. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1548. wc_Separator.o: ../../../../mit/X11/Shell.h
  1549. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/SeparatoG.h
  1550. wc_Separator.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Separator.h winterp.h
  1551. wc_Separator.o: user_prefs.h ../src-server/config.h xlisp/xlisp.h
  1552. wc_Separator.o: /usr/include/ctype.h /usr/include/setjmp.h xlisp/xldmem.h
  1553. wc_Text.o: /usr/include/limits.h /usr/include/sys/stdsyms.h
  1554. wc_Text.o: /usr/include/sys/param.h /usr/include/sys/types.h
  1555. wc_Text.o: /usr/include/machine/param.h /usr/include/sys/sysmacros.h
  1556. wc_Text.o: /usr/include/sys/time.h /usr/include/stdio.h
  1557. wc_Text.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1558. wc_Text.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1559. wc_Text.o: ../../../../mit/X11/X.h ../../../../mit/X11/Xutil.h
  1560. wc_Text.o: ../../../../mit/X11/Xresource.h ../../../../mit/X11/Xos.h
  1561. wc_Text.o: /usr/include/string.h /usr/include/fcntl.h
  1562. wc_Text.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  1563. wc_Text.o: /usr/include/time.h ../../../../mit/X11/Core.h
  1564. wc_Text.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1565. wc_Text.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1566. wc_Text.o: ../../../../mit/X11/Vendor.h
  1567. wc_Text.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1568. wc_Text.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1569. wc_Text.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1570. wc_Text.o: ../../../../mit/X11/Shell.h winterp.h
  1571. wc_Text.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Text.h user_prefs.h
  1572. wc_Text.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1573. wc_Text.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1574. wc_ToggleB.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1575. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1576. wc_ToggleB.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1577. wc_ToggleB.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1578. wc_ToggleB.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1579. wc_ToggleB.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1580. wc_ToggleB.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1581. wc_ToggleB.o: /usr/include/sys/file.h /usr/include/time.h
  1582. wc_ToggleB.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1583. wc_ToggleB.o: ../../../../mit/X11/Composite.h
  1584. wc_ToggleB.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1585. wc_ToggleB.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Vendor.h
  1586. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1587. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1588. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1589. wc_ToggleB.o: ../../../../mit/X11/Shell.h
  1590. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ToggleB.h
  1591. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Label.h
  1592. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ToggleBG.h
  1593. wc_ToggleB.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/LabelG.h winterp.h user_prefs.h
  1594. wc_ToggleB.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1595. wc_ToggleB.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1596. wc_WIDGET.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1597. wc_WIDGET.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h
  1598. wc_WIDGET.o: ../../../../mit/X11/Intrinsic.h ../../../../mit/X11/Xlib.h
  1599. wc_WIDGET.o: /usr/include/sys/types.h ../../../../mit/X11/X.h
  1600. wc_WIDGET.o: ../../../../mit/X11/Xutil.h ../../../../mit/X11/Xresource.h
  1601. wc_WIDGET.o: ../../../../mit/X11/Xos.h /usr/include/string.h
  1602. wc_WIDGET.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
  1603. wc_WIDGET.o: /usr/include/sys/file.h /usr/include/time.h
  1604. wc_WIDGET.o: /usr/include/sys/time.h ../../../../mit/X11/Core.h
  1605. wc_WIDGET.o: ../../../../mit/X11/Composite.h ../../../../mit/X11/Constraint.h
  1606. wc_WIDGET.o: ../../../../mit/X11/Object.h ../../../../mit/X11/RectObj.h
  1607. wc_WIDGET.o: ../../../../mit/X11/Vendor.h
  1608. wc_WIDGET.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1609. wc_WIDGET.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1610. wc_WIDGET.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h
  1611. wc_WIDGET.o: ../../../../mit/X11/Shell.h winterp.h user_prefs.h
  1612. wc_WIDGET.o: ../src-server/config.h xlisp/xlisp.h /usr/include/ctype.h
  1613. wc_WIDGET.o: /usr/include/setjmp.h xlisp/xldmem.h w_funtab.h app_funidx.h
  1614. winterp.o: /usr/include/stdio.h /usr/include/sys/stdsyms.h
  1615. winterp.o: /usr/include/stdlib.h /usr/include/ctype.h ../src-server/config.h
  1616. winterp.o: /usr/include/sys/un.h ../../../../mit/X11/Intrinsic.h
  1617. winterp.o: ../../../../mit/X11/Xlib.h /usr/include/sys/types.h
  1618. winterp.o: ../../../../mit/X11/X.h ../../../../mit/X11/Xutil.h
  1619. winterp.o: ../../../../mit/X11/Xresource.h ../../../../mit/X11/Xos.h
  1620. winterp.o: /usr/include/string.h /usr/include/fcntl.h
  1621. winterp.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
  1622. winterp.o: /usr/include/time.h /usr/include/sys/time.h
  1623. winterp.o: ../../../../mit/X11/Core.h ../../../../mit/X11/Composite.h
  1624. winterp.o: ../../../../mit/X11/Constraint.h ../../../../mit/X11/Object.h
  1625. winterp.o: ../../../../mit/X11/RectObj.h ../../../../mit/X11/Shell.h
  1626. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/Xm.h ../../../../mit/X11/Vendor.h
  1627. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VirtKeys.h
  1628. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/VendorE.h
  1629. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/ExtObject.h winterp.h
  1630. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Protocols.h
  1631. winterp.o: /mnt0/src/OSFMotif1.1.3/X11/Xm/AtomMgr.h user_prefs.h
  1632. winterp.o: xlisp/xlisp.h /usr/include/setjmp.h xlisp/xldmem.h
  1633.